Description
A PDF TOC entry consists of a reference to a PDF file in the image file list.
Diagram
Overview
|
pdftocentrytype
A PDF TOC entry consists of a reference to a PDF file in the image file list.
|
ImageFileName required xsd:NCName
The name of an entry in the image file list. The named file must be a PDF file. If the file is not a PDF file, or the PDF file has no TOC, this entry is removed from the TOC tree.
|
|
PruneMissingTargets optional xsd:boolean
The PruneMissingTargets attribute, if true, removed TOC entries that do not point to pages included in the named image file entry. Otherwise, these TOC entries will be non-functional.
|
|
Used By
Attributes
Name | Type | Use | Default | Fixed | Description |
ImageFileName | xsd:NCName | required | | | The name of an entry in the image file list. The named file must be a PDF file. If the file is not a PDF file, or the PDF file has no TOC, this entry is removed from the TOC tree. |
PruneMissingTargets | xsd:boolean | optional | | | The PruneMissingTargets attribute, if true, removed TOC entries that do not point to pages included in the named image file entry. Otherwise, these TOC entries will be non-functional. |
Source
<xsd:complexType name="pdftocentrytype" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<xsd:annotation>
<xsd:documentation>A PDF TOC entry consists of a reference to a PDF file in the image file list.</xsd:documentation>
</xsd:annotation>
<xsd:attribute name="ImageFileName" type="xsd:NCName" use="required">
<xsd:annotation>
<xsd:documentation>The name of an entry in the image file list. The named file must be a PDF file. If the file is not a PDF file, or the PDF file has no TOC, this entry is removed from the TOC tree.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="PruneMissingTargets" type="xsd:boolean" use="optional">
<xsd:annotation>
<xsd:documentation>The PruneMissingTargets attribute, if true, removed TOC entries that do not point to pages included in the named image file entry. Otherwise, these TOC entries will be non-functional.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
|
See Also